home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / calc / help / environment < prev    next >
Text File  |  1995-07-17  |  2KB  |  84 lines

  1. Environment variables
  2.  
  3.     CALCPATH
  4.  
  5.         A :-separated list of directories used to search for
  6.         scripts filenames that do not begin with /, ./ or ~.
  7.  
  8.         If this variable does not exist, a compiled value
  9.         is used.  Typically compiled in value is:
  10.  
  11.             .:./lib:~/lib:${LIBDIR}/calc
  12.     
  13.         where ${LIBDIR} is usually:
  14.  
  15.             /usr/lib/calc
  16.  
  17.         This value is used by the READ command.  It is an error
  18.         if no such readable file is found.
  19.     
  20.     
  21.     CALCRC
  22.  
  23.         On startup (unless -h or -q was given on the command
  24.         line), calc searches for files along the :-separated
  25.         $CALCRC environment variable.
  26.  
  27.         If this variable does not exist, a compiled value
  28.         is used.  Typically compiled in value is:
  29.  
  30.             ${LIBDIR}/startup:~/.calcrc
  31.     
  32.         where ${LIBDIR} is usually:
  33.  
  34.             /usr/lib/calc
  35.  
  36.         Missing files along the $CALCRC path are silently ignored.
  37.     
  38.     CALCBINDINGS
  39.  
  40.         On startup (unless -h or -q was given on the command
  41.         line), calc reads key bindings from the filename specified
  42.         in the $CALCRC environment variable.  These key bindings
  43.         are used for command line editing and the command history.
  44.  
  45.         If this variable does not exist, a compiled value is used.
  46.         Typically compiled in value is:
  47.  
  48.             ${LIBDIR}/bindings
  49.     
  50.         where ${LIBDIR} is usually:
  51.  
  52.             /usr/lib/calc
  53.  
  54.         If the file could not be opened, or if standard input is not
  55.         a terminal, then calc will still run, but fancy command line
  56.         editing is disabled.
  57.  
  58.     HOME
  59.  
  60.         This value is taken to be the home directory of the
  61.         current user.  It is used when files begin with '~/'.
  62.  
  63.         If this variable does not exist, the home directory password 
  64.         entry of the current user is used.  If that information
  65.         is not available, '.' is used.
  66.     
  67.     PAGER
  68.  
  69.         When invoking help, this environment variable is used
  70.         to display a help file.
  71.  
  72.         If this variable does not exist, a compiled value
  73.         is used.  Typically compiled in value is something
  74.         such as 'more', 'less', 'pg' or 'cat'.
  75.     
  76.     SHELL
  77.  
  78.         When a !-command is used, the program indicated by
  79.         this environment variable is used.
  80.  
  81.         If this variable does not exist, a compiled value
  82.         is used.  Typically compiled in value is something
  83.         such as 'sh' is used.
  84.